DiagramLite Programmer's Guide
Polygon Constructor (List(Point))
See Also
 





Initializes a new instance of the Polygon class from the specified collection of points.

Namespace: MindFusion.Geometry2D
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Polygon (
    List<Point> points
)

Visual Basic  Copy Code

Public New ( _
    points As List(Of Point) _
)

 Parameters

points

 See Also

Polygon Constructor Overload List
Polygon Class
MindFusion.Geometry2D Namespace